ROOT =  ../..

APP = kbDODS

MISC_BUILD = ../data/genDods  

DODS = ${ENHYDRA_DIR}/bin/dods

DODS_OUTPUT = ${ROOT}/kb/data

include ${ROOT}/config.mk

clean::
	touch ${APP}.doml

../data/genDods: ${APP}.doml
	${DODS} ${APP}.doml ${DODS_OUTPUT} regen
	cp ./${APP}.doml ../data/genDods
doc:
	rm -rf doc
	mkdir doc
	${JAVADOC} -d doc -protected -use *.java
